C# 실행
주의사항
실습
using System;
namespace test
{
public class test
{
public static void Main(string[] args)
{
Console.WriteLine("[+] hello, from C#!");
}
}
}
===============================
ps> python -m http.server 8443Last updated