using UnityEngine;
using System.Collections;
public class Hello : MonoBehaviour
{
void Start()
Debug.Log("Hello World");
}