Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# 언어지원 추가 #104

Open
imyoyo opened this issue Aug 4, 2016 · 4 comments
Open

C# 언어지원 추가 #104

imyoyo opened this issue Aug 4, 2016 · 4 comments

Comments

@imyoyo
Copy link
Contributor

imyoyo commented Aug 4, 2016

https://algospot.com/forum/read/3754/ 의 kevin13 님과 상의해보니 CoreCLR 이 더 적절한 것으로 얘기가 흘렀습니다.
그래서 일단 CoreCLR (.NET Core SDK 1.0.0-preview2-003121) 로 시도(=삽질)하고 있습니다.
의견 환영요 ㅠ

@jongman
Copy link
Owner

jongman commented Aug 4, 2016

만세!

2016-08-04 12:46 GMT-04:00 imyoyo [email protected]:

https://algospot.com/forum/read/3754/ 의 kevin13 님과 상의해보니 CoreCLR 이 더 적절한
것으로 얘기가 흘렀습니다.
그래서 일단 CoreCLR (.NET Core SDK 1.0.0-preview2-003121) 로 시도(=삽질)하고 있습니다.
의견 환영요 ㅠ


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#104, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAN5YAvK1IW4gMU2kdZJjXit8PzJf8kHks5qchd0gaJpZM4Jc5ZD
.

JongMan

@imyoyo
Copy link
Contributor Author

imyoyo commented Aug 9, 2016

@jongman
체점환경 메모리 1기가는 되겠지?! SDK 초기화 할때 메모리 많이씀ㅎㅎ

@jongman
Copy link
Owner

jongman commented Aug 9, 2016

모잘라면 늘리면 됨 ㅋㅋ

2016-08-08 21:54 GMT-04:00 imyoyo [email protected]:

@jongman https://github.com/jongman
체점환경 메모리 1기가는 되겠지?! SDK 초기화 할때 메모리 많이씀ㅎㅎ


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#104 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAN5YLJDe59TMYmrOH0-8jtc4eFKi2DFks5qd93NgaJpZM4Jc5ZD
.

JongMan

@imyoyo
Copy link
Contributor Author

imyoyo commented Aug 17, 2016

HELLOWORLD 예제

using System;

public class Program
{
    public static void Main(string[] args)
    {
        int n = Int32.Parse(Console.ReadLine());
        for(int i=0;i<n;i++)
        {
            Console.WriteLine("Hello, " + Console.ReadLine() + "!");
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants