-
``` go
package main
import (
"C"
"fmt"
)
var (
c chan string
)
func init() {
c = make(chan string)
go func() {
n := 1
for {
switch {
case…
mattn updated
6 months ago
-
Write a program that takes an input **n** and prints all numbers from **1** to **n** according to the following rules.
1. If the number is a multiple of 3 then print "Fizz".
2. If the number is a …
-
Write a program that takes an input **n** and prints all numbers from **1** to **n** according to the following rules.
1. If the number is a multiple of 3 then print "Fizz".
2. If the number is a mu…
-
Dear colleagues,
we have a significant problem with our current company structure.
We developers are still employed and we still do our jobs. But nothing gets released.
Our common goal to mov…
-
https://bitbucket.org/iopq/fizzbuzz-in-rust/src/6d739f4781c90be95ac47e067562471b0c52f9f8/src/lib.rs?at=error&fileviewer=file-view-default
After I try to use the tool.rs implementation of `second` I g…
-
Hi,
really appreciated the blog post, and the code - but it might be nice if the README included commands to (re)-generate the results.csv-file, along with how to compile and run the c-code? (eg: `…
-
### What version of CUE are you using (`cue version`)?
$ cue version
cue version v0.6.0
go version go1.20.6
-buildmode exe
-compiler gc
-trimpath true
CGO_ENA…
-
While not explicitly stated as being a supported compiler, the Microsoft Visual C++ compiler should fall under "standard conformant C++17 compiler".
Trying to compile gives an error on C++17 checki…
-
| | |
| --- | --- |
| Bugzilla Link | [38510](https://llvm.org/bz38510) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @JonasToth,@EugeneZelenko |
## Ext…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38510](https://bugs.llvm.org/show_bug.cgi?id=38510) |
| Status | NEW |
| Importance | P enhancemen…