This website works better with JavaScript.
Explore
Help
Sign In
simonkellet
/
CSCU9A5-Triangle-Assignment
Watch
1
Star
0
Fork
You've already forked CSCU9A5-Triangle-Assignment
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
2.3 MiB
Java
99.6%
Shell
0.4%
Tag:
Branch:
Tree:
543a70f5ed
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '543a70f5ed'
${ noResults }
CSCU9A5-Triangle-Assignment
/
programs
/
simpleadding.tri
10 lines
125 B
Raw
Blame
History
let
var a : Integer;
var b : Integer;
var c : Integer
in
begin
a := 1; b := 2; c := a / b;
end
Reference in new issue
View Git Blame
Copy Permalink