Skip to content
Snippets Groups Projects
Commit 8fab4d99 authored by misonme's avatar misonme
Browse files

Lab directory copied

parent 91188e87
Branches
No related tags found
No related merge requests found
File added
#include<stdio.h>
int main(){
int a = 0; //무조건 초기화
fscanf(stdin, "%d", &a); //무조건 fscanf
fprintf(stdout, "%d\n", a); //무조건 fprintf
fprintf(stderr, "%d\n", -a);
return a;
}
-3
3
a aa aaa ab abab abn
#!/bin/bash
ps
echo "AAA:" $AAA
echo "my first script"
echo "args:" $0 $1 $2 $3 $4 $5
echo '$! $$:' $! $$
read
echo '$* $@' $* "---" $@
echo "argc:" $#
echo "last:" $_
echo "Shell setting on:" $-
hello
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment