Page MenuHomePhorge

Add hello world program
ClosedPublic

Authored by tusooa on Mar 16 2024, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 14, 5:52 AM
Unknown Object (File)
Thu, Sep 12, 6:07 AM
Unknown Object (File)
Thu, Sep 12, 3:09 AM
Unknown Object (File)
Sun, Sep 8, 2:48 AM
Unknown Object (File)
Sat, Sep 7, 2:04 AM
Unknown Object (File)
Fri, Sep 6, 4:42 AM
Unknown Object (File)
Fri, Sep 6, 2:52 AM
Unknown Object (File)
Thu, Sep 5, 3:49 PM
Subscribers
None

Details

Summary

Add a program hello.sh that prints out hello, world.

Test Plan

Run bash ./hello.sh and verify its output.

Diff Detail

Repository
rTESTTWO test2
Branch
tusooa/add-hello-world
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6
Build 6: arc lint + arc unit

Event Timeline

tusooa created this revision.
servant requested changes to this revision.Mar 16 2024, 7:36 PM
servant added a reviewer: servant.
servant added inline comments.
hello.sh
3

I think "H" should be in capital case

This revision now requires changes to proceed.Mar 16 2024, 7:36 PM
  • Use capital H for hello.sh
This revision is now accepted and ready to land.Mar 16 2024, 7:47 PM
This revision was automatically updated to reflect the committed changes.