Run id: 6922

Main.cc:7:1: error: 'viod' does not name a type
 viod s1(){
 ^
Main.cc: In function 'int main()':
Main.cc:20:8: error: 's1' was not declared in this scope
     s1();
        ^