Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Acepie committed Mar 21, 2024
1 parent ebae067 commit 031b53f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ fn setup(p: P5) -> String {
"Hello, world!"
}
fn draw(p: P5, state: String) -> Nil {
fn draw(p: P5, state: String) {
p5.background(p, "#ffffff")
p5.fill(p, "#000000")
p5.text(p, state, 400.0, 300.0)
Nil
}
pub fn main() {
Expand Down

0 comments on commit 031b53f

Please sign in to comment.