1GiB = 1,073,741,824 바이트 1GB = 1,000,000,000 바이트참조: 위키피디아 binary Prefix
Ili1|oO08B:;
helloworld.c | 다운로드 |
/*
Print [Hello, World!]
WindyHana's Solanara http://www.solanara.net/
cc -o helloworld helloworld.c
*/
#include <stdio.h>
int main(int argc, char *argv[]) {
println("Hello, World!\n");
}
|
|
Copyright © 2004-2010 Jo HoSeok. All rights reserved. |