Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PHP/git.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$arrayOfNames = array('Steph', 'Jim', 'Herb', 'Bruce', 'Alan');
$arrayOfNames = array('Steph', 'Jim', 'Herb', 'Bruce', 'Alan', 'Paul');
?>

<html>
Expand Down
1 change: 1 addition & 0 deletions RPG/ez1srv.rpgle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* employee fake database
* another comment
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dcl-s emp_ok ind inz(*OFF);
dcl-ds empRecs likeds(emp_t) dim(EMP_MAX);
Expand Down
1 change: 1 addition & 0 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Homework from Git presentation
8. Push your branch ($ git push origin freds-branch)
9. Go to https://github.com/jordiwes/WMCPA-RPG-code and create a pull request based on your commit!
120.hi
1000. hi from Smuut
This is Steph's change
This is Anthon's Chance