diff options
| author | Melody Horn <melody@boringcactus.com> | 2021-11-14 02:04:39 -0700 | 
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2021-11-14 02:04:39 -0700 | 
| commit | b0b7b736fa33be1e363d20c134793082e42e7047 (patch) | |
| tree | 967cd10ceedc35642c480e16a4f9acb1a0f17448 /examples | |
| parent | 2c422c2841f24be9a3fb65b1bf090bc847bae2b4 (diff) | |
| download | shit-wx-sys-canon.tar.gz shit-wx-sys-canon.zip  | |
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hello-world.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-world.rs b/examples/hello-world.rs index 9928016..835de22 100644 --- a/examples/hello-world.rs +++ b/examples/hello-world.rs @@ -1,5 +1,5 @@  use shit_wx_sys as wx;  fn main() { -    wx::message_box(); +    wx::message_box("sample text");  }  |