Featured image of post Hello World!

Hello World!

Nya Hello~ The first article of this blog!

Testing out some blog features. >w<


Print Hello World! in Unity C#:

1
2
3
4
5
6
7
8
9
using UnityEngine;

public class HelloWorld : MonoBehaviour
{
    private void Start()
    {
        Debug.Log("Hello World!");
    }
}

This is test, 1234.

猫はかわいいです。

This is a quote!

Image Test

Licensed under CC BY-NC-SA 4.0
喵 >//<
Built with Hugo
Theme Stack designed by Jimmy