Skip to content

djas1033/pull_request_practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

##Pull Request Practice

##Code Highlighting Test

###Pascal

procedure Test;
begin
  Writeln('hello, world!');
end;

###Python

def Test():
   print "hello, world!"
   

###JS

var main = function() {
    alert("hello, world !");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%